home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
IP_Graph3D
/
typedefs.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-17
|
133 b
|
12 lines
/* typedefs.h
*/
typedef float **bigArray;
typedef float vector3D[3];
typedef struct PointThreeD {
float x,y,z;
} PointThreeD;